home *** CD-ROM | disk | FTP | other *** search
/ Dr. Wellman - A Guide to …th for You & Your Family / Dr. Wellman - A Guide to Good Health for You & Your Family (1991)(CDTV Publishing).iso / devs / mountlist next >
Text File  |  1978-03-04  |  4KB  |  207 lines

  1. /* MountList for V1.3 */
  2.  
  3. /*  Mount Entry for the new Console Handler */
  4.  
  5. NEWCON:
  6.      Handler = L:Newcon-Handler
  7.      Priority = 5
  8.      StackSize = 1000
  9. #
  10.  
  11. /* This is an example of a non-filing system mount using a handler written
  12.     in C.
  13. */
  14.  
  15. SPEAK:
  16.      Handler = L:Speak-Handler
  17.      Stacksize = 6000
  18.      Priority = 5
  19.      GlobVec = -1
  20. #
  21.  
  22. /*  This is an example of an alternative type of non-filing device mount,
  23.      used to mount the non-buffered serial handler
  24. */
  25.  
  26. AUX:
  27.      Handler = L:Aux-Handler
  28.      Stacksize = 1000
  29.      Priority = 5
  30. #
  31. /*  This is a non-filing system device */
  32.  
  33. PIPE:
  34.      Handler = L:Pipe-Handler
  35.      Stacksize = 6000
  36.      Priority = 5
  37.      GlobVec = -1
  38. #
  39.  
  40. /* This is an example of a mount list entry for using the recoverable
  41.     ram disk.  Depending on the amount of memory you wish to devote to
  42.     it, you may want to change the HighCyl value.
  43. */
  44.  
  45. RAD:          Device = ramdrive.device
  46.               Unit    = 0
  47.               Flags    = 0
  48.               Surfaces    = 2
  49.               BlocksPerTrack = 11
  50.               Reserved = 2
  51.               Interleave = 0
  52.               LowCyl = 0  ;  HighCyl = 79;
  53.               Buffers = 5
  54.               BufMemType = 1
  55.               BootPri = -129
  56. #
  57.  
  58. /* Mount a 5.25" disk drive to be mounted as DF2: */
  59.  
  60. DF2:          Device = trackdisk.device
  61.               Unit    = 2
  62.               Flags    = 1
  63.               Surfaces    = 2
  64.               BlocksPerTrack = 11
  65.               Reserved = 2
  66.               Interleave = 0
  67.               LowCyl = 0  ;  HighCyl = 39
  68.               Buffers = 20
  69.               BufMemType = 3
  70. #
  71.  
  72. /* An example mount entry using the fast file system with a partition
  73.     of the hard disk using the 2090 disk controller.  PREP has been
  74.     used to create the first partition (up to cylinder 20).    The second
  75.     partition is MOUNTed, using the following entry:
  76.     NOTE: Some hard disk drivers require more stack than specified here.
  77.     Some may required less.
  78.     (The hard disk is not included; this is only an example.)
  79. */
  80.  
  81. FAST:
  82.      Device = hddisk.device
  83.      FileSystem = l:FastFileSystem
  84.      Unit   = 1
  85.      Flags  = 0
  86.      Surfaces  = 4
  87.      BlocksPerTrack = 17
  88.      Reserved = 2
  89.      Interleave = 0
  90.      LowCyl = 21  ;  HighCyl = 800
  91.      Buffers = 30
  92.      GlobVec = -1
  93.      BufMemType = 1
  94.      Mount = 1
  95.      DosType = 0x444F5301
  96.      StackSize = 4000
  97. #
  98.  
  99. /* Let's say you have an A2000 with an internal drive, and an external
  100.     drive, and you want to refer to the external drive as DF1: as well
  101.     as DF2:     Well, this MountList entry will do it for you.  This technique
  102.     can be extended to provide you with a drive A: and B: if you really
  103.     want.
  104. */
  105.  
  106. DF1:          Device = trackdisk.device
  107.               Unit    = 2
  108.               Flags    = 1
  109.               Surfaces    = 2
  110.               BlocksPerTrack = 11
  111.               Reserved = 2
  112.               Interleave = 0
  113.               LowCyl = 0  ;  HighCyl = 79
  114.               Buffers = 20
  115.               BufMemType = 3
  116. #
  117.  
  118. /*
  119.  *  This Mountlist is just an example. Edit the locations of
  120.  *  messydisk.device and MessyFileSystem appropriately.
  121. */
  122.  
  123. /* Messy file system on messy blocks: use df2: */
  124. MSDOS:  FileSystem = sys:l/MessyFileSystem
  125.     Device = sys:devs/messydisk.device
  126.     Unit = 2
  127.     Flags = 0
  128.     LowCyl = 0 ; HighCyl = 79
  129.     Surfaces = 2
  130.     BlocksPerTrack = 9
  131.     Buffers = 10
  132.     BufMemType = 1 /*  1 = messydisk needs no chip mem */
  133.     BootPri = 0
  134.     Stacksize = 4096
  135.     Priority = 5
  136.     GlobVec    = -1
  137. #
  138.  
  139. /* Messy file system on messy blocks: use df0: */
  140. MSDOS0:    FileSystem = sys:l/MessyFileSystem
  141.     Device = sys:devs/messydisk.device
  142.     Unit = 0
  143.     Flags = 0
  144.     LowCyl = 0 ; HighCyl = 79
  145.     Surfaces = 2
  146.     BlocksPerTrack = 9
  147.     Buffers = 10
  148.     BufMemType = 1 /*  1 = messydisk needs no chip mem */
  149.     BootPri = 0
  150.     Stacksize = 4096
  151.     Priority = 5
  152.     GlobVec    = -1
  153. #
  154.  
  155. MS2:    FileSystem = dh0:l/MessyFileSystem
  156.     Device = dh0:devs/messydisk.device
  157.     Unit = 0
  158.     Flags = 0
  159.     LowCyl = 0 ; HighCyl = 79
  160.     Surfaces = 1
  161.     BlocksPerTrack = 9
  162.     Buffers = 5
  163.     BufMemType = 1 /* messydisk needs no chip mem */
  164.     BootPri = 0
  165.     Stacksize = 4096
  166.     Priority = 5
  167.     GlobVec    = -1
  168. #
  169. /* Messy blocks mapped to a flat file: */
  170. RDF:    FileSystem = dh0:l/RDF-Handler
  171.     Device = dh0:devs/messydisk.device
  172.     Unit = 1
  173.     Flags = 0
  174.     Stacksize = 4096
  175.     Priority = 4
  176.     GlobVec    = -1
  177. #
  178. /* Amiga Old filing system on messy blocks: */
  179. MF1:    Device = dh0:devs/messydisk.device
  180.     Unit = 1
  181.     Flags = 0
  182.     Priority = 4
  183.     LowCyl = 0 ; HighCyl = 79
  184.     Reserved = 2
  185.     Surfaces = 2
  186.     BlocksPerTrack = 9
  187.     Buffers = 5
  188.     BufMemType = 1
  189.     BootPri = 0
  190. #
  191. /* Messy file system on Amiga blocks: */
  192. DS1:    FileSystem = dh0:l/MessyFileSystem
  193.     Device = dh0:devs/trackdisk.device
  194.     Unit = 1
  195.     Flags = 0
  196.     LowCyl = 0 ; HighCyl = 79
  197.     Surfaces = 2
  198.     BlocksPerTrack = 11
  199.     Buffers = 5
  200.     BufMemType = 3 /* trackdisk needs CHIP mem */
  201.     BootPri = 0
  202.     Stacksize = 4096
  203.     Priority = 5
  204.     GlobVec    = -1
  205. #
  206.  
  207.